From 237b882418045cb347d572c9befe77992ee3cb52 Mon Sep 17 00:00:00 2001 From: sp3d Date: Fri, 9 Jan 2015 22:02:30 +0000 Subject: [PATCH] give docs a little attention document ~/.cargo and CARGO_HOME, specify manpage section for rustc/rustdoc --- src/etc/cargo.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/etc/cargo.1 b/src/etc/cargo.1 index e0f9a476c..4d41efd9e 100644 --- a/src/etc/cargo.1 +++ b/src/etc/cargo.1 @@ -62,6 +62,12 @@ Generate a source tarball for the current package \fBcargo version\fR Print cargo's version and exit +.SH FILES + +.TP +~/.cargo +Directory in which Cargo stores repository data. Cargo can be instructed to use a .cargo subdirectory in a different location by setting the CARGO_HOME environment variable. + .SH "EXAMPLES" Build a local package and all of its dependencies $ cargo build @@ -77,7 +83,7 @@ Learn about a command's options and usage .SH "SEE ALSO" -rustc, rustdoc +rustc(1), rustdoc(1) .SH "BUGS" See <\fBhttps://github.com/rust-lang/cargo/issues\fR> for issues. -- 2.30.2